home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / LunarLander.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  137 b   |  7 lines

  1. on(release){
  2.    onbar._visible = true;
  3.    offbar._visible = false;
  4.    _root.daft1.setVolume(100);
  5.    _root.daft2.setVolume(100);
  6. }
  7.